body{
    margin: 0px;
    padding: 0px;
}
header{
    background-color: skyblue;
    border: 2px solid rgb(62, 154, 190);
    height: 150px;
    display: flex;
    text-decoration: none;
}
header a img{
    padding: 0px 10px;
    float: left;
    height: 200px;
}
header a{
    color: white;
    align-self: center;
    text-decoration: none;
    font-size: 35px;
    font-family: 'Segoe UI';
    font-weight: bold;
}
nav{
    background-color:rgb(48, 46, 46);
}
nav ul{
    margin: 0px;
    padding: 0px;
}
nav ul li{
    background-color:rgb(48, 46, 46);
    position: relative;
    list-style: none;
    display: inline-block;
}
nav ul li a{
    color: white;
    font-family: 'Segoe UI';
    font-weight: 600;
    display: block;
    padding: 0px 20px;
    color: white;
    border-radius: 0px;
    text-decoration: none;
    line-height: 40px;
    transition: background-color 500ms;
}
nav ul li a:hover{
    color: skyblue;
    background-color: rgb(70, 67, 67);
    border-radius: 3px;
}
nav ul ul {
    position: absolute;
    display: none;
}
nav ul li:hover > ul{
    display: block;
}
nav ul ul li {
    width: 150px;
}
#all{
    background-image: url(https://images.unsplash.com/photo-1596727147705-61a532a659bd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8Z3Jvb3R8ZW58MHx8MHx8&w=1000&q=80);
}
.containt{
    display: flex;
    justify-content: center;
}
.detail{
    display: flex;
    margin: 25px 0px;
    width: 90%;
    padding: 15px;
    justify-content: center;
    background-color: rgb(71, 105, 150);
    border-radius: 5px 40px 5px 40px;
}
.grootimg{
    height: 150px;
    border-radius: 5px 40px 5px 40px;
}
.name{
    color: green;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0px 10px;
}
hr {
    border-top: 3px solidrgba(160, 163, 119, 0.678);
    margin-left: 5px;
  }
.text{
    color: white;
    font-family: sans-serif;
    padding: 0px 5px;
}
.information{
    text-align: center;
}
.seriesinfo{
    color: rgb(158, 82, 46);
}
h4{
    color: white;
    font-family: system-ui;
}
.screenshorttext{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    color: skyblue;
}
.screenshort{
    text-align: center;
}
.screenshort img{
    width: 50%;
    margin: 5px;
    border: 2px solid rgb(63, 63, 112);
}
.downloadbtm{
    text-align: center;
}
.downloadbtm button{
    cursor: pointer;
    font-size: medium;
    padding: 15px 60px;
    display: inline-block;
    margin: 10px 0px;
    background-color: azure;
    box-shadow: 0px 0px 3px 5px rgb(65, 118, 139);
}
.downloadbtm button:hover{
    background-color: rgb(146, 165, 165);
    box-shadow: 0px 0px 3px 5px rgb(49, 63, 129);
}
.downloadbtm button a{
    text-decoration: none;
    color: black;
}
.downloadbtm button a:hover{
    color: rgb(194, 71, 55);
}
.frame{
    padding: 20px 0px;
    text-align: center;
}
footer h3{
    color:white;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 2px solid rgb(10, 11, 12);
    margin: 0px;
    font-size: small;
    clear: both;
    background-color: #1B1B1B;
    padding: 15px 0;
    line-height: 1;
}
@media screen and (max-width:650px){
    iframe{
        width: 250px;
        height: 200px;
    }
}
@media screen and (max-width:450px){
    .detail{
        display: flex;
        margin: 25px 0px;
        width: 90%;
        padding: 15px;
        justify-content: center;
        flex-direction: column;
        background-color: rgb(71, 105, 150);
        border-radius: 5px 40px 5px 40px;
    }
    .grootimg{
        height: 265px;
    }
    .screenshort img{
        width: 230px;
        height: 145px;
    }
    .downloadbtm button{
        padding: 6px 21px;
    }
    iframe{
        width: 250px;
        height: 200px;
    }
}
@media screen and (max-width:360px){
    header a img{
        padding: 0px 10px;
        float: left;
        height: 150px;
    }
    nav ul li a{
        padding: 0px 15px;
    }
    .screenshort img{
        width: 230px;
        height: 145px;
    }
    .downloadbtm button{
        padding: 5px 20px;
    }
}
@media screen and (max-width:325px){
    header a img{
        padding: 0px 7px;
        float: left;
        height: 150px;
    }
    nav ul li a{
        padding: 0px 10px;
    }
    .screenshort img{
        width: 230px;
        height: 145px;
    }
    .downloadbtm button{
        padding: 5px 20px;
    }
}